home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * OSLClassDocument.h
- *
- ****************************************************************************/
-
- #ifndef __OSLCLASSDOCUMENT__
- #define __OSLCLASSDOCUMENT__
-
- // ----------------------------------------------------------------------------
-
- OSErr InstallDocumentAccessors (void);
-
- OSErr DocumentEventDispatcher (AEDesc *token, const AppleEvent *message, AppleEvent *reply, long refcon);
-
- // ----------------------------------------------------------------------------
-
- OSErr GetDataFromDocument (AEDesc *tokenOrTokenList, AEDesc *desiredTypes, AEDesc *data);
-
- pascal OSErr
- PropertyFromDocumentAccessor (DescType desiredClass,
- const AEDesc* containerToken,
- DescType containerClass,
- DescType keyForm,
- const AEDesc* keyData,
- AEDesc* resultToken,
- long refCon);
-
- // ----------------------------------------------------------------------------
-
- #endif
-